home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Acorn RISC PD-CD 1
/
Acorn RISC PD-CD 1.iso
/
languages
/
dde
/
_pc
/
h
/
typdat
< prev
next >
Wrap
Text File
|
1992-02-09
|
277b
|
19 lines
(*
* Title: typdat.h
* Purpose: RISCOS-specific file type and date info.
*
*)
# ifndef __typdat_h
# define __typdat_h
type typdat_ptr = ^typdat;
typdat = (* RISCOS type/date pair *)
record
ex, ld : integer
end;
# endif
(* end typdat.h *)